home *** CD-ROM | disk | FTP | other *** search
- object Form7: TForm7
- Left = 165
- Top = 126
- HelpContext = 9
- BorderStyle = bsDialog
- Caption = 'Download Upgraded Regedit'
- ClientHeight = 173
- ClientWidth = 329
- Color = clInfoBk
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 313
- Height = 33
- AutoSize = False
- Caption =
- ' Earlier Versions of Windows95 have a bug in them that causes ' +
- 'an error when compacting. To fix this bug follow these steps:'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 16
- Top = 40
- Width = 228
- Height = 17
- AutoSize = False
- Caption = '1. Download a newer version of regedit.exe.'
- WordWrap = True
- end
- object Label5: TLabel
- Left = 16
- Top = 116
- Width = 217
- Height = 17
- AutoSize = False
- Caption = '2. Find where you put reg.zip and extract it.'
- FocusControl = Button3
- WordWrap = True
- end
- object Label6: TLabel
- Left = 32
- Top = 68
- Width = 265
- Height = 45
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'The upgraded Regedit is at http://www.users.dircon.co.uk/%7Eflib' +
- 'ble/reg/reg.zip. Clicking on the Download button will go there.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Button1: TButton
- Left = 240
- Top = 37
- Width = 73
- Height = 20
- Hint =
- 'Downloads regedit.exe. If this doesn'#39't work, look at www.micros' +
- 'oft.com.'
- Caption = '&Download'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button3: TButton
- Left = 240
- Top = 112
- Width = 73
- Height = 20
- Hint = 'Where is the regedit file you downloaded?'
- Caption = '&Browse'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = Button3Click
- end
- object Button5: TButton
- Left = 256
- Top = 144
- Width = 57
- Height = 20
- Hint = 'Click here to get rid of this window.'
- Caption = 'O K'
- ModalResult = 1
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- end
-